@charset "UTF-8";
/**
*Theme Name: 京师新版主网站
*/
@import url("css/site.min.css");
body {
  background-color: #F5F5F5;
}

/*
* 面包屑导航
*/
.breadcrumb {
  background-color: #FBFBFB;
  font-size: 0.75rem;
  margin-bottom: 20px;
}

.breadcrumb i {
  font-size: 0.75rem;
}

.breadcrumb a:hover {
  color: #C00;
  transition: .33s all ease;
}

/*
*通用新闻列表样式
*/
ul.news_list {
  padding: 0;
  font-style: normal;
}

ul.news_list > li {
  list-style: none;
  background: #FFF;
  padding: 0 10px 0 0;
  margin-bottom: 20px;
  display: flex;
}

ul.news_list > li > .date {
  width: 132px !important;
  background: #666;
  height: 142px;
  color: #FFF;
  margin-right: 10px;
}

ul.news_list > li > .date > span {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-top: 18px;
  margin-left: 30px;
  width: 80px;
}

ul.news_list > li > .date > date {
  font-size: 0.95rem;
  margin-left: 30px;
}

ul.news_list > li > div.content {
  flex: 1;
  position: relative;
}

ul.news_list > li > div.content h3 {
  padding-top: 10px;
  font-size: 1.2rem;
}

ul.news_list > li > div.content h3 a:hover {
  color: #C00;
}

ul.news_list > li > div.content p {
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.8;
}

ul.news_list > li > div.content > div.more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.75rem;
  color: #999;
}

ul.news_list > li > div.content > div.more span {
  margin-left: 7px;
}

ul.news_list > li > div.content > div.more span > i {
  margin-right: 4px;
}

/*新闻业绩*/
ul.case {
  margin-top: 20px;
}

ul.case > li {
  margin-bottom: 20px;
  background: #FFF;
}

ul.case > li .date {
  width: 132px;
  float: left;
  height: 142px;
  background: #666;
}

ul.case > li .date span {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-top: 18px;
  margin-left: 30px;
  width: 80px;
}

ul.case > li .date small {
  font-size: 0.95rem;
  color: #fff;
  margin-left: 30px;
}

ul.case > li .intro {
  float: left;
  margin-left: 143px;
}

ul.case > li::after {
  content: '';
  clear: both;
}

ul.case > li .yeji_content {
  padding-left: 150px;
  padding-top: 2px;
  width: 800px;
  height: 142px;
}

ul.case > li .yeji_content div.more {
  text-align: right;
  font-size: 0.75rem;
  color: #999;
}

ul.case > li .yeji_content div.more > i {
  margin-right: 4px;
  margin-left: 10px;
}

ul.case > li .yeji_content h3 {
  font-size: 1.0rem;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: 10px;
  font-weight: bold;
}

ul.case > li .yeji_content p {
  line-height: 1.8;
  font-size: 0.8rem;
  margin-left: 10px;
}

/*新闻正文内容*/
.news_content {
  background: #FFF;
  padding: 50px 30px;
  height: auto !important;
  height: 800px;
}

.news_content h1 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.news_content .more {
  font-size: 0.8rem;
  color: #999;
}

.news_content .more ul {
  display: flex;
}

.news_content .more ul li {
  margin-right: 20px;
}

.news_content .more ul li i {
  margin-right: 3px;
}

.news_content .desc {
  position: relative;
  padding: 30px 30px 30px 85px;
  background: #F3F3F3;
  color: #444444;
  border-radius: 3px;
  margin-bottom: 20px;
}

.news_content .desc:before {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 20px;
  top: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% auto;
  content: '“';
  opacity: .15;
  font-size: 2rem;
}

.news_content p {
  margin: 0 0 20px;
  line-height: 1.8;
}

.news_content p img {
  height: auto;
}

.news_content img {
  max-width: 100%;
  max-height: auto;
}

aside.subnav {
  border-top: 5px solid #d21111;
  background: #FFF;
  margin-bottom: 20px;
  padding: 15px 20px 20px;
}

aside.subnav .nav .nav-item {
  border-bottom: dotted 1px #bbbbbb;
}

aside.subnav .nav .nav-item a {
  font-size: 0.9rem;
  color: #666;
}

aside.subnav .nav .nav-item a:hover {
  color: #C00;
}

.news_list1 {
  margin-top: 30px;
}

.news_list1 .news_intro {
  background: #fff;
  margin-bottom: 30px;
  padding: 5px 10px 0;
}

.news_list1 .news_intro > div.pic {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.news_list1 .news_intro > div.pic > div.date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 10px 5px;
  background-color: #000000;
  opacity: 0.8;
  color: #fff;
}

.news_list1 .news_intro > div.pic > div.date > span {
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.news_list1 .news_intro > div.pic > div.date date {
  font-size: 0.65rem;
}

.news_list1 .news_intro > div.pic > img {
  width: 100%;
  height: auto;
}

.news_list1 .news_intro p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

.news_list1 .news_intro h3 {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
}

.news_list1 .news_intro h3 a:hover {
  color: #e60012;
}

.news_list1 .news_intro .more {
  text-align: right;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #999;
}

.news_list1 .news_intro .more > i {
  margin-right: 4px;
  margin-left: 10px;
}

.newintro p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.index_news .news_content {
  height: 500px !important;
  min-height: 500px !important;
}

.index_news .news_body {
  background-color: #fff;
  cursor: pointer;
  padding: 15px 15px 5px;
  margin-bottom: 20px;
}

.index_news .news_body a:hover {
  color: #C00;
}

.index_news .news_body > div {
  position: relative;
}

.index_news .news_body > div img {
  width: 100%;
  height: auto;
}

.index_news .news_body > div > div.date {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 10px 5px;
  background-color: #000000;
  opacity: 0.8;
  color: #fff;
}

.index_news .news_body > div > div.date > span {
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.index_news .news_body > div > div.date date {
  font-size: 0.65rem;
}

.index_news .news_body h3 {
  font-size: 1rem;
  line-height: 1.5;
  padding: 9px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index_news .news_body p {
  margin: 3px 10px 0;
  font-size: 0.75rem;
  line-height: 2.12;
  color: #666;
}

.index_news .news_body div.more {
  text-align: right;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #999;
}

.index_news .news_body div.more > i {
  margin-right: 4px;
  margin-left: 10px;
}

/*律师团队内容页*/
.tab-content > div {
  min-height: 600px;
  height: auto !important;
  height: 600px;
  padding-top: 20px;
  padding-bottom: 50px;
}

/*首页专业领域*/
.practice_index {
  margin-top: 65px;
}

.practice_index > li {
  font-size: 1.5rem;
  font-weight: bold;
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.practice_index > li.active {
  color: #d21111;
  border-bottom: 2px solid #d21111;
}

.practice_index_content {
  padding: 45px 0;
  line-height: 1.875;
  display: none;
}

.practice_index_content > ul {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.practice_index_content > ul::after {
  content: "";
  clear: both;
  display: block;
}

.practice_index_content > ul > li {
  float: left;
  width: 16.6%;
  text-align: center;
  display: block;
  padding: 20px 0px;
  border-left: 1px dotted #eeeeee;
  border-bottom: 1px dotted #eeeeee;
}

.practice_index_content > ul > li a {
  display: block;
}

.practice_index_content > ul > li a span {
  display: block;
  margin-top: 15px;
}

.practice_index_content > ul > li a img:nth-child(2) {
  display: none;
}

.practice_index_content > ul > li a:hover span {
  color: #d21111;
}

.practice_index_content > ul > li a:hover img:nth-child(1) {
  display: none;
}

.practice_index_content > ul > li a:hover img:nth-child(2) {
  display: inline-block;
}

.practice_index_content.active {
  display: block;
}

.index_practice_list {
  padding: 20px 0px;
}

.index_practice_list > li {
  text-align: left;
  width: 100%;
  display: block;
  padding: 15px 0px;
  border-bottom: 1px dotted #eeeeee;
}

/**首页新闻重写**/
.newstab_index > li {
  font-size: 1.5rem;
  font-weight: bold;
  width: 30%;
  float: left;
  text-align: center;
  cursor: pointer;
}

.newstab_index > li.active {
  color: #d21111;
  border-bottom: 2px solid #d21111;
}

#tab-news-content {
  min-height: 530px;
}

/**
* 通用banner区域设置
*/
.banner {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner > h3 {
  text-align: center;
  font-size: 3rem;
  color: #FFF;
  font-weight: bolder;
  padding: 15px;
}

.banner > p {
  text-align: center;
  color: #FFF;
  font-size: 1.625rem;
}

.banner > p > span {
  display: inline-block;
  width: 60px;
  height: 34px;
  line-height: 34px;
  font-size: 1.375rem;
  background-color: #e60012;
  border-radius: 3px;
  margin-right: 5px;
}

.banner.about {
  background: url(./images/banner_about.png) center center no-repeat;
}

.banner.article {
  background: url(./images/banner_article.png) center center no-repeat;
}

.banner.service {
  background: url(./images/banner_service.png) center center no-repeat;
}

.banner.team {
  background: url(./images/banner_team.png) center center no-repeat;
}

.banner.office {
  background: url(./images/banner_office.png) center center no-repeat;
}

.hotnews {
  background: #f6f9ff;
  padding: 50px 0;
}

.hotnews h1 {
  text-align: center;
  margin-bottom: 40px;
}

.hotnews .newsitem {
  background-color: #fff;
  padding: 10px;
  height: 440px;
  position: relative;
}

.hotnews .newsitem > .pic {
  margin-bottom: 20px;
}

.hotnews .newsitem > .pic img {
  width: 332px;
  height: 222px;
}

.hotnews .newsitem > .pic > .date {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px 5px;
  background-color: #000000;
  opacity: 0.65;
  color: #fff;
}

.hotnews .newsitem > .pic > .date > span {
  font-size: 1.3rem;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.hotnews .newsitem > .pic > .date date {
  font-size: 0.65rem;
  font-weight: bold;
}

.hotnews .newsitem a {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  cursor: pointer;
}

.hotnews .newsitem a:hover {
  color: #d21111;
}

.hotnews .newsitem p {
  font-size: 14px;
  line-height: 26px;
  margin: 12px 0px 18px 0px;
  color: #666;
}

.hotnews .newsitem .more {
  position: absolute;
  right: 10px;
  bottom: 7px;
  width: 100%;
  text-align: right;
  margin-top: 20px;
  font-size: 0.75rem;
  color: #999;
}

.hotnews .newsitem .more span {
  margin-left: 8px;
}

.hotnews .newsitem .more span > i {
  margin-right: 5px;
}

/*#region*/
/*
*专业领域区域
*/
nav.service {
  background: #fff;
  padding: 20px 30px 10px 30px;
  border-top: #d21111 solid 3px;
}

nav.service ul li {
  font-size: 0.875rem;
  border-bottom: 1px dotted #bbb;
  padding: 5px 0;
}

nav.service ul li a {
  padding: 10px 0 10px 15px;
  display: block;
  position: relative;
}

nav.service ul li a:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 14px;
  font: 400 0.7rem/24px 'FontAwesome';
  color: #d21111;
}

nav.service ul li a:hover {
  color: #d21111;
  transition: .33s all ease;
}

nav.service ul li a:hover:before {
  left: 5px;
  transition: .33s all ease;
}

nav.service ul li:last-child {
  border-bottom: none;
}

.service_info {
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.service_info > h3 {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.service_info p {
  font-size: 0.875rem;
  color: #666;
  line-height: 30px;
}

.service_info > .subtitle {
  margin-top: 30px;
}

.service_info > .subtitle > h5 {
  text-align: center;
  color: #0d365c;
  font-size: 22px;
  font-weight: normal;
  background: url(./images/practice/line.png) center center no-repeat;
  margin-bottom: 0;
}

.service_info > .subtitle small {
  display: block;
  text-align: center;
  font-size: 0.94rem;
}

.service_info > .service_list {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service_info > .service_list > ul {
  width: 44%;
  height: auto;
  overflow: hidden;
  border: 1px solid #d9e5f0;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin: 0 15px;
}

.service_info > .service_list > ul li {
  height: auto;
  overflow: hidden;
  border-bottom: 1px dashed #d5e1ec;
  cursor: pointer;
  line-height: 46px;
  font-size: 0.875rem;
  padding-left: 15px;
  position: relative;
}

.service_info > .service_list > ul li:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 12px;
  font: 400 0.7rem/24px 'FontAwesome';
  color: #d21111;
  transition: .33s all ease;
}

.service_info > .service_list > ul li:last-child {
  border-bottom: none;
}

.service_info > .service_list > ul li:hover {
  color: #d21111;
}

.service_info > .service_list > ul li:hover:before {
  left: 5px;
}

.service_tab {
  background: #FFF;
  padding: 10px 20px;
}

.service_tab > ul {
  padding: 0;
  border-bottom: 1px dotted #eee;
  margin-bottom: 0;
}

.service_tab > ul > li {
  cursor: pointer;
  display: inline-block;
  margin-right: 40px;
  line-height: 40px;
  font-size: 0.875rem;
}

.service_tab > ul > li.active {
  color: #d21111;
  border-bottom: #d21111 solid 2px;
}

.service_content > div {
  display: none;
  min-height: 800px;
  height: 800px;
  height: auto !important;
}

.service_content > div.active {
  display: block;
}

.service_content > div.lawyer_list > ul {
  padding: 0;
}

.service_content > div.lawyer_list > ul > li {
  padding: 0;
  list-style: none;
  background: #FFF;
  margin-top: 20px;
}

.service_content > div.lawyer_list > ul > li > a {
  display: flex;
}

.service_content > div.lawyer_list > ul > li > a div.pic {
  width: 166px;
  height: 138px;
  overflow: hidden;
}

.service_content > div.lawyer_list > ul > li > a div.pic > img {
  max-width: 166px;
  height: auto;
}

.service_content > div.lawyer_list > ul > li > a .content {
  padding: 0 20px;
  width: 100%;
  flex: 1;
}

.service_content > div.lawyer_list > ul > li > a .content > div.title {
  position: relative;
  border-bottom: #d5e1ec solid 1px;
  padding-top: 8px;
}

.service_content > div.lawyer_list > ul > li > a .content > div.title > h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.service_content > div.lawyer_list > ul > li > a .content > div.title > small {
  font-size: 0.75rem;
}

.service_content > div.lawyer_list > ul > li > a .content > div.title > .more {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 0.75rem;
}

.service_content > div.lawyer_list > ul > li > a .content > div.title > .more span {
  margin-left: 7px;
  color: #666;
}

.service_content > div.lawyer_list > ul > li > a .content > div.title > .more span i {
  color: #d21111;
  margin-right: 5px;
}

.service_content > div.lawyer_list > ul > li > a .content > p {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #666;
}

.service_content > div.lawyer_list > ul > li > a:hover {
  background: #d21111;
  color: #FFF;
}

.service_content > div.lawyer_list > ul > li > a:hover .content > .title > .more span {
  color: #FFF;
}

.service_content > div.lawyer_list > ul > li > a:hover .content > .title > .more span > i {
  color: #FFF;
}

.service_content > div.lawyer_list > ul > li > a:hover .content > p {
  color: #FFF;
}

/*#endregion*/
.flowtitle {
  width: 100%;
  float: left;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 9999999;
}

.flowtitle .midflowtitle {
  width: 750px;
  margin: 0px auto;
  padding: 70px 50px 50px 50px;
  letter-spacing: 1px;
  background: #fff;
}

.flowtitle .midflowtitle small {
  position: relative;
  float: right;
  top: -60px !important;
  right: -30px;
  cursor: pointer;
  font-size: 16px;
}

.flowtitle .midflowtitle b {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.flowtitle .midflowtitle p {
  line-height: 30px;
  text-indent: 40px;
}

.flowtitle .midflowtitle .lftitle {
  text-indent: 0px;
}

.flowtitle .midflowtitle div {
  margin-top: 80px;
}

.flowtitle .midflowtitle div p {
  text-align: right;
}
